Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-239076 | PHTN-67-000004 | SV-239076r675036_rule | Medium |
Description |
---|
Operating system management includes the ability to control the number of users and user sessions that utilize an operating system. Limiting the number of allowed users and sessions per user is helpful in reducing the risks related to denial-of-service attacks. |
STIG | Date |
---|---|
VMware vSphere 6.7 Photon OS Security Technical Implementation Guide | 2021-04-15 |
Check Text ( C-42287r675034_chk ) |
---|
At the command line, execute the following command: # grep "^[^#].*maxlogins.*" /etc/security/limits.conf Expected result: * hard maxlogins 10 If the output does not match the expected result, this is a finding. Note: The expected result may be repeated multiple times. |
Fix Text (F-42246r675035_fix) |
---|
At the command line, execute the following command: # echo '* hard maxlogins 10' >> /etc/security/limits.conf |